//==============================================================================
// Hypaspist_anim.txt
//==============================================================================

import Greek_Large_Shield_anim.txt

//==============================================================================
define norseSword
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual Attachments falx
         }
      }
   }
}

//==============================================================================
define HypaspistShield
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual attachments g peltast shield
				replacetexture attachments g shield copper/attachments g shield Iron
         }
      }
   }
}

//==============================================================================
define Head
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Infantry G Phrygian Head Iron
			}
		}
        }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      TechLogic none
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_IdleA
                                ReplaceTexture Infantry G Hoplite Standard/thracianSwordsman
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
	      }
	   }
   }
}



//==============================================================================
anim Walk
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_WalkA

ReplaceTexture Infantry G Hoplite Standard/thracianSwordsman
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.00 true   
                  tag FootstepRight 0.40 true   
//-- end auto generated section
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      TechLogic none
     set hotspot
	   {
	      version
	      {
				Visual Infantry A Axeman_AttackA

ReplaceTexture Infantry E Axeman Standard/thracianSwordsman
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.58 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.46 false SwordSwing checkVisible 
//-- end auto generated section
// Hacked by GTS because animation too long
				Connect TopOfHead Head hotspot
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA

ReplaceTexture Infantry G Hoplite Standard/thracianSwordsman
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      TechLogic none
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_boredA

ReplaceTexture Infantry G Hoplite Standard/thracianSwordsman
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
  }
	   }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA

ReplaceTexture Infantry G Hoplite Standard/thracianSwordsman
				connect RightHand norseSword hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


